Bundle org.nuxeo.ecm.platform.threed.convert
Documentation
-
Parent Documentation: README.md
Nuxeo Platform 3D
Support for previewing 3D content with ray-tracing renders and WebGL 3D viewer.
Requirements: minimum version for Nuxeo Platform is 8.4.
Supported 3D file formats:
- Collada (.dae)
- 3D Studio (.3ds)
- FBX (.fbx)
- Stanford (.ply)
- Wavefront (.obj)
- X3D Extensible 3D (.x3d)
- Stl (.stl)
Building
mvn clean install
Installation
Server-side
1. Install bundles
Copy the 5 built artifacts into
$NUXEO_HOME/templates/custom/bundles/
2. Install Docker
Install it directly from
https://docs.docker.com/engine/installation/
.From the Nuxeo Docker image
1. Create a new container
docker run \ --name nuxeo-3d \ -v /var/run/docker.sock:/var/run/docker.sock \ -p 8080:8080 \ -e NUXEO_CLID="[your clid goes here]" \ -e NUXEO_PACKAGES="nuxeo-platform-3d nuxeo-web-ui" \ nuxeo
The volume flag (
-v
) is used to expose the Docker socket, so that this container can start other containers.2. Stop the Nuxeo server
docker exec nuxeo-3d bin/nuxeoctl stop
3. Install Docker
3.1. Access the container as root
docker exec -ti -u root nuxeo-3d /bin/bash
3.2. Update the
apt
package indexapt update
3.3. Install packages to allow
apt
to use a repository over HTTPSapt install apt-transport-https ca-certificates curl gnupg2 software-properties-common
3.4. Add Docker's official GPG key
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
3.5. Set up the stable repository
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"
3.6. Update the
apt
package index againapt update
3.7. Install the latest version of Docker CE
apt install docker-ce
3.8. Exit the container
exit
4. Start the Nuxeo server (as root)
docker exec -ti -u root nuxeo-3d bin/nuxeoctl console
How to use it
Create a new document type "3D". Then add to the main content the (e.g.) ".obj" document and all other assets (textures, materials,..) as attached files. it is possible to add a Zip file with all the content inside (subdirectories are allowed).
Draging and droping a 3D file (supported extension or zip with supported content) will also result in a 3D document.
Available features:
- Preview your 3D asset
- List of downloadable transmission formats
- Render views available on the right panel
QA results
About Nuxeo
Nuxeo dramatically improves how content-based applications are built, managed and deployed, making customers more agile, innovative and successful. Nuxeo provides a next generation, enterprise ready platform for building traditional and cutting-edge content oriented applications. Combining a powerful application development environment with SaaS-based tools and a modular architecture, the Nuxeo Platform and Products provide clear business value to some of the most recognizable brands including Verizon, Electronic Arts, Sharp, FICO, the U.S. Navy, and Boeing. Nuxeo is headquartered in New York and Paris. More information is available at www.nuxeo.com.
Requirements
Resolution Order
You can influence this order by adding "require" tags in the component declaration, to make sure it is resolved after another component. It will also impact the order in which contributions are registered on their target extension point (see "Registration Order" on contributions).
Components
Packages
Maven Artifact
File | nuxeo-platform-3d-convert-11.3.56.jar |
---|---|
Group Id | org.nuxeo.ecm.platform |
Artifact Id | nuxeo-platform-3d-convert |
Version | 11.3.56 |
Manifest
Manifest-Version: 1.0
Archiver-Version: Plexus Archiver
Created-By: Apache Maven
Built-By: root
Build-Jdk: 11.0.8
Bundle-ManifestVersion: 2
Bundle-Version: 11.3.56-t20201007-001435
Bundle-Name: Nuxeo 3D Convert
Bundle-SymbolicName: org.nuxeo.ecm.platform.threed.convert;singleton=t
rue
Bundle-Vendor: Nuxeo
Bundle-Localization: plugin
Bundle-Category: core,stateful
Require-Bundle: org.nuxeo.ecm.core.api,org.nuxeo.ecm.platform.commandl
ine.executor,org.nuxeo.ecm.core.convert
Export-Package: org.nuxeo.ecm.platform.threed.convert
Nuxeo-Component: OSGI-INF/commandline-contrib.xml,OSGI-INF/convert-ser
vice-contrib.xml
Exports
- Json Export Default Json serialization
- Json Graph Json dependency graph
- Json Contribution Stats Json statistics for contributions
- CSV Contribution Stats CSV statistics for contributions
Charts
-
Raw Data: Json Contribution Stats